home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir30 / drftls.zip / EDATTRIB.HLP < prev    next >
Text File  |  1993-09-25  |  6KB  |  197 lines

  1. \ DrafTools   [Version 1.00] 9/25/93       
  2.        -------------------------------------------
  3.       ((((((((  Edit Attribute Definition  ))))))))
  4.        -------------------------------------------
  5.  
  6.                  On-Line Help System
  7.                      
  8.        To contact the author about problems, 
  9.     or to register this program:
  10.  
  11.          Owen Wengerd
  12.          Manu-Soft Computer Services
  13.          P.O. Box 84
  14.          Fredericksburg, OH  44627
  15.          (216) 695-5903
  16.          CIS:  71324,3252
  17. \COLOR
  18.         COLOR
  19.  
  20.     Opens the standard AutoCAD 'color selection' dialog, for
  21. changing an attribute's color.
  22. \LAYER
  23.         LAYER
  24.  
  25.     Allows you to change an attribute's layer, by listing
  26. the layers currently available, and allowing you to select
  27. one from the list.
  28. \LINETYPE
  29.         LINETYPE
  30.  
  31.     Allows you to change an attribute's linetype, by listing
  32. the currently defined linetypes, and allowing you to select
  33. one from the list.
  34. \THICKNESS
  35.         THICKNESS
  36.  
  37.     Set the attribute's "Thickness" by entering a real number.
  38. \HANDLE
  39.         HANDLE
  40.  
  41.     If handles are on, shows the handle of the current attribute.
  42. Handles cannot be modified.
  43. \TAG
  44.         TAG
  45.  
  46.     Enter the attribute tag here.  The tag is used to identify
  47. the attribute.  If you later insert a title block which replaces
  48. an existing one, then all attributes with identical tags are
  49. copied from the old to the new title block.
  50. \PROMPT
  51.         PROMPT
  52.  
  53.     This is the text which is shown next to this attribute in
  54. the dialog box which allows you to enter values for attributes
  55. during title block insertion.
  56. \DEFAULT
  57.         DEFAULT
  58.  
  59.     This edit box is used to enter the default value of the
  60. attribute.  You can also enter an AutoLISP function (preceded
  61. by an '=' sign) to evaluate at insertion time.
  62.     See the manual for details on "dynamic attributes".
  63. \INVISIBLE
  64.         INVISIBLE
  65.  
  66.     This toggle controls visibility of the attribute once it
  67. is inserted.  If checked, the attribute will not be visible.
  68. \CONSTANT
  69.         CONSTANT
  70.  
  71.     If "on", the attribute is a 'Constant' attribute.
  72. (See the AutoCAD manual for more details)
  73. \VERIFY
  74.         VERIFY
  75.  
  76.     If "on", the user is prompted to verify the entered
  77. value when the attribute is inserted from the command line.
  78. This flag has no effect when using a dialog box to enter
  79. attribute values.
  80. (See the AutoCAD manual for more details)
  81. \PRESET
  82.         PRESET
  83.  
  84.     If "on", the attribute is a 'Preset' attribute.
  85. (See the AutoCAD manual for more details)
  86. \TEXT_PROPERTIES
  87.         TEXT PROPERTIES
  88.  
  89.     All "text" properties are shown in this box.
  90. \JUSTIFICATION
  91.         JUSTIFICATION
  92.  
  93.     Text justification type.  The justification type
  94. determines whether the "Insertion Point", or the
  95. "Alignment Point", or both are required.
  96. \TEXT_STYLE
  97.         TEXT STYLE
  98.  
  99.     The attribute's text style.  Note that changing to a
  100. different style does not automatically change the attribute's
  101. text height, width factor, etc. to the defaults for the
  102. new style.  To reflect the default properties for the new
  103. style, press the <Set Style Defaults> button.
  104. \TEXT_HEIGHT
  105.         TEXT HEIGHT
  106.  
  107.     The attribute's text height.  If justification type is
  108. 'Aligned', then the height is determined automatically, and
  109. this box is disabled.
  110. \WIDTH_FACTOR
  111.         WIDTH FACTOR
  112.  
  113.     The width factor to use with the current text style.
  114. \OBLIQUING ANGLE
  115.         OBLIQUING ANGLE
  116.  
  117.     The obliquing angle to use with the current text style.
  118. \UPSIDE_DOWN
  119.         UPSIDE DOWN
  120.  
  121.     When this box is checked, text appears 'upside-down'.
  122. \BACKWARD
  123.         BACKWARD
  124.  
  125.     When this box is checked, text appears 'backwards'.
  126. \ROTATION
  127.         ROTATION
  128.  
  129.     The rotation angle of the attribute text.  This angle
  130. can be entered by picking an angle (<Digitize>), or by
  131. typing it in the 'Angle' edit box.
  132. \DIGITIZE
  133.         DIGITIZE
  134.  
  135.     This button allows you to enter the text rotation angle 
  136.     by picking an angle on the screen ("digitizing" it).
  137. \ANGLE
  138.         ANGLE
  139.  
  140.     Enter the attribute text rotation angle.  Any valid
  141. AutoCAD angle input is allowed, but it is converted to
  142. the current angle format once entered.
  143. \INSERTION_POINT
  144.         INSERTION POINT
  145.  
  146.     Enter the insertion point of the attribute text.  You
  147. can type the X, Y, and Z coordinates, or pick a point in the
  148. drawing area.
  149.     This point is only valid for certain alignment types.
  150. \ALIGNMENT_POINT
  151.         ALIGNMENT POINT
  152.  
  153.     Enter the alignment point of the attribute text.  You
  154. can type the X, Y, and Z coordinates, or pick a point in the
  155. drawing area.
  156.     This point is only valid for certain alignment types.
  157. \X
  158.         X
  159.  
  160.     Type an X-Coordinate (a real number).
  161. \Y
  162.         Y
  163.  
  164.     Type an Y-Coordinate (a real number).
  165. \Z
  166.         Z
  167.  
  168.     Type an Z-Coordinate (a real number).
  169. \PICK_POINT
  170.         PICK POINT
  171.  
  172.     Enter the X,Y, and Z coordinates by picking a point in the
  173. drawing area.
  174. \OK
  175.         OK
  176.  
  177.     Updates the attribute definition to reflect any changes
  178. made while in the dialog box.
  179. \CANCEL
  180.         CANCEL
  181.  
  182.     Exits the dialog box without making any changes to the
  183. attribute definition.
  184. \SET_STYLE_DEFAULTS
  185.         SET STYLE DEFAULTS
  186.  
  187.     Changes text height, width factor, obliquing angle, and
  188. upside-down/backward status to the defaults set when the
  189. selected text style was defined.  This is useful when changing
  190. to a different text style.
  191. \PREVIEW
  192.         PREVIEW
  193.  
  194.     Push this button to preview the attribute (with the current
  195. settings) on screen.
  196.  
  197.